home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / recent / rdg2html.rdm < prev    next >
Text File  |  1997-01-01  |  1KB  |  57 lines

  1. Short:    Version 2.0a of the ARexx AmigaGuide  to HTML converter.
  2. Author:   rmike@sbox.tu-graz.ac.at
  3. Uploader: rmike@sbox.tu-graz.ac.at
  4. Type:     text/hyper
  5.  
  6. RDAG2HTML - Rexx Does AmigaGuide® 2 HTML
  7.  
  8.     Version 2.0a
  9.  
  10.     Copyright © 1995, 1996 by Michael Ranner
  11.  
  12.         EMail:
  13.  
  14.         rmike@sbox.tu-graz.ac.at
  15.  
  16.         Homepage:
  17.  
  18.         http://www.sbox.tu-graz.ac.at/home/rmike
  19.         http://www.sbox.tu-graz.ac.at/home/rmike/projects/rdag2html.html
  20.  
  21.     RDAG2HTML is Public Domain.
  22.  
  23.         You may use it, modify it and distribute it all over the world!
  24.  
  25.         RDAG2HTML may not be included in commercial software without my permission!
  26.  
  27. Motivation
  28.  
  29.     There exists no converter, that can convert a Guide file into a single HTML
  30.     document. On the other side, on Aminet only two converters are available, the
  31.     one is a perl script, and the other has minor bugs. So I decided to write
  32.     a converter by my one in Rexx.
  33.  
  34. Main Features
  35.  
  36.     It's possible to convert a AmigaGuide® file into a single or several 
  37.     HTML documents.
  38.  
  39.     Support of backgrounds, background color, text color and inlined images.
  40.  
  41.     You can define custom header and footer for the HTML document.
  42.  
  43.     Embedded HTML
  44.  
  45.     Node names greater than 25 characters will be stripped down to fit
  46.     the AmigaDOS file name limitations.
  47.  
  48.     Node names can be stripped down to fit M$-DOS limits.
  49.  
  50.     For case sensitive file systems, node names are converted to lower case.
  51.  
  52.     All this functions are controlled by arguments and the ArgFile.
  53.  
  54. Changes for 2.0a
  55.  
  56.     Some new nice features! Check it out!
  57.